home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
domacnost a kancelar
/
ubericon
/
UberIcon-v1.0.3.exe
/
{app}
/
Plugins
/
iBounce
/
Source
/
stdafx.h
< prev
Wrap
C/C++ Source or Header
|
2005-08-10
|
775b
|
31 lines
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#pragma comment(lib, "gdiplus.lib")
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define WINVER 0x0500 // this is needed for UpdateLayeredWindow
#define _WIN32_WINNT 0x0500 // this is needed for the WS_EX_LAYERED
// Windows Header Files:
#include <windows.h>
#include <tchar.h>
#include <commctrl.h>
#include <winuser.h>
#include <shlobj.h>
#include <stdlib.h>
#include <string>
#include <gdiplus.h>
#include <math.h>
using namespace std;
using namespace Gdiplus;
// TODO: reference additional headers your program requires here